home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Audio / StartupSound / Source / StartupSoundApp.h < prev    next >
Text File  |  1993-01-19  |  177b  |  15 lines

  1.  
  2. /* Generated by Interface Builder */
  3.  
  4. #import <appkit/Application.h>
  5.  
  6. @interface StartupSoundApp:Application
  7. {
  8.     id    theSound;
  9. }
  10.  
  11. - appDidInit:sender;
  12. - didPlay:sender;
  13.  
  14. @end
  15.